object Form3: TForm3 Left = 406 Top = 255 HelpContext = 45 BorderStyle = bsDialog Caption = 'Save setup scheme' ClientHeight = 78 ClientWidth = 148 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 4 Top = 8 Width = 136 Height = 13 Caption = 'Save this setup scheme as...' end object Button1: TButton Left = 32 Top = 54 Width = 53 Height = 21 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 end object Button2: TButton Left = 88 Top = 54 Width = 53 Height = 21 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end object ComboBox1: TComboBox Left = 4 Top = 28 Width = 137 Height = 21 ItemHeight = 13 TabOrder = 0 end end